Fired when a player joins the server.
function Foo(args) print(args.player:GetName().." joined the server") end Events:Subscribe("PlayerJoin", Foo)